home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
- <stack>
- <name>in.0</name>
- <id>-1</id>
- <cardCount>3</cardCount>
- <cardID>2930</cardID>
- <listID>5016</listID>
- <cantModify><false /></cantModify>
- <cantDelete><false /></cantDelete>
- <cantAbort><false /></cantAbort>
- <cardSize>
- <width>480</width>
- <height>344</height>
- </cardSize>
- <script>-- HyperMovie Player
- -- By Kevin Harris
- -- Copyright © 1992 Software Perspectives. All Rights Reserved.
- -- VERSION 3.0 - OCTOBER 1992
-
- on openStack
- global openFlag, windowType, playFlag
- hide menuBar
- put false into openFlag
- put false into playFlag
- put cd fld "WindTypeFld" into windowType
- resetControls
- visual effect dissolve to black
- wait 2 ticks
- visual effect dissolve slow
- go cd "About"
- end openStack
-
- on closeMovie
- global openFlag,WindowName
- put "" into cd fld "MooVName"
- put "" into MovieWindow
- put false into openFlag
- set hilite of cd btn "Loop" to false
- set hilite of cd btn "Mute" to false
- end closeMovie
-
- on openMovie WindowName,WindowID
- global MovieWindow
- put WindowName into MovieWindow
- end openMovie
-
- on arrowKey what
- -- do nothing
- end arrowKey
-
- on resetControls
- global windowType
- set the name of cd btn 9 of cd 1 to "Turn Loop On"
- set the name of cd btn 10 of cd 1 to "Turn Mute On"
- set icon of cd btn 10 of cd 1 to 1000
- put 7 into cd fld "VolFld" of cd 1
- set the name of cd btn 13 of cd 1 to "Show Controls"
- send mouseUp to cd btn windowType of cd 1
- if the hilite of cd btn 16 of cd 1 is true then
- send mouseUp to cd btn 16 of cd 1
- end if
- end resetControls
-
- on checkSettings
- global MovieWindow
- if the short name of cd btn 9 is "Turn Loop Off" then
- set the loop of window MovieWindow to true
- else
- set the loop of window MovieWindow to false
- end if
- if the short name of cd btn 10 is "Turn Mute Off" then
- set the mute of window MovieWindow to true
- else
- set the mute of window MovieWindow to false
- end if
- if the short name of cd btn 13 is "Hide Controls" then
- set the controllerVisible of window MovieWindow to true
- else
- set the controllerVisible of window MovieWindow to false
- end if
- end checkSettings</script>
- <background id="2609" file="background_2609.xml" name="" />
- <card id="2930" file="card_2930.xml" marked="false" name="Main" owner="2609" />
- <card id="2128" file="card_2128.xml" marked="false" name="About" owner="2609" />
- <card id="3888" file="card_3888.xml" marked="false" name="Credits" owner="2609" />
- </stack>
-